var google.golang.org/grpc.logger

67 uses

	google.golang.org/grpc (current package)
		balancer_wrapper.go#L121: 			channelz.Infof(logger, ccb.cc.channelz, "Channel switches to new LB policy %q", name)
		balancer_wrapper.go#L124: 		if logger.V(2) && err != nil {
		balancer_wrapper.go#L125: 			logger.Infof("error from balancer.UpdateClientConnState: %v", err)
		balancer_wrapper.go#L159: 	channelz.Info(logger, ccb.cc.channelz, "ccBalancerWrapper: closing")
		balancer_wrapper.go#L196: 		channelz.Warningf(logger, ccb.cc.channelz, "acBalancerWrapper: NewSubConn: failed to newAddrConn: %v", err)
		balancer_wrapper.go#L212: 	logger.Errorf("ccb RemoveSubConn(%v) called unexpectedly, sc")
		balancer_wrapper.go#L456: 		channelz.Error(logger, acbw.ac.channelz, "Health check is requested but health package is not imported.")
		clientconn.go#L247: 	channelz.Infof(logger, cc.channelz, "parsed dial target is: %#v", cc.parsedTarget)
		clientconn.go#L248: 	channelz.Infof(logger, cc.channelz, "Channel authority set to %q", cc.authority)
		clientconn.go#L375: 	channelz.AddTraceEvent(logger, cc.channelz, 1, ted)
		clientconn.go#L414: 		logger.Warningf("Failed to start resolver: %v", err)
		clientconn.go#L620: 	channelz.Infof(logger, csm.channelz, "Channel Connectivity change to %v", state)
		clientconn.go#L833: 		channelz.Infof(logger, cc.channelz, "ignoring service config from resolver (%v) and applying the default because service config is disabled", s.ServiceConfig)
		clientconn.go#L844: 					channelz.Infof(logger, cc.channelz, "method configs in service config will be ignored due to presence of config selector")
		clientconn.go#L923: 	channelz.AddTraceEvent(logger, ac.channelz, 0, &channelz.TraceEvent{
		clientconn.go#L985: 		if logger.V(2) {
		clientconn.go#L986: 			logger.Infof("connect called on shutdown addrConn; ignoring.")
		clientconn.go#L992: 		if logger.V(2) {
		clientconn.go#L993: 			logger.Infof("connect called on addrConn in non-idle state (%v); ignoring.", ac.state)
		clientconn.go#L1024: 	channelz.Infof(logger, ac.channelz, "addrConn: updateAddrs addrs (%d of %d): %v", limit, len(addrs), addrs[:limit])
		clientconn.go#L1303: 		channelz.Infof(logger, ac.channelz, "Subchannel Connectivity change to %v", s)
		clientconn.go#L1305: 		channelz.Infof(logger, ac.channelz, "Subchannel Connectivity change to %v, last error: %s", s, lastErr)
		clientconn.go#L1360: 			if logger.V(2) {
		clientconn.go#L1363: 				logger.Infof("Context cancellation detected; not recording this as a failed connection attempt.")
		clientconn.go#L1471: 		channelz.Infof(logger, ac.channelz, "Subchannel picks a new address %q to connect", addr.Addr)
		clientconn.go#L1529: 		if logger.V(2) {
		clientconn.go#L1530: 			logger.Infof("Creating new client transport to %q: %v", addr, err)
		clientconn.go#L1534: 		channelz.Warningf(logger, ac.channelz, "grpc: addrConn.createTransport failed to connect to %s. Err: %v", addr, err)
		clientconn.go#L1633: 		channelz.Error(logger, ac.channelz, "Health check is requested but health check function is not set.")
		clientconn.go#L1663: 				channelz.Error(logger, ac.channelz, "Subchannel health check is unimplemented at server side, thus health check is disabled")
		clientconn.go#L1665: 				channelz.Errorf(logger, ac.channelz, "Health checking failed: %v", err)
		clientconn.go#L1710: 	channelz.AddTraceEvent(logger, ac.channelz, 0, &channelz.TraceEvent{
		clientconn.go#L1837: 	logger.Infof("original dial target is: %q", cc.target)
		dialoptions.go#L526: 			logger.Error("ignoring nil parameter in grpc.WithStatsHandler ClientOption")
		dialoptions.go#L577: 		logger.Warningf("Adjusting keepalive ping interval to minimum period of %v", internal.KeepaliveMinPingTime)
		picker_wrapper.go#L181: 			logger.Errorf("subconn returned from pick is type %T, not *acBalancerWrapper", pickResult.SubConn)
		picker_wrapper.go#L195: 		if logger.V(2) {
		picker_wrapper.go#L196: 			logger.Infof("blockingPicker: the picked transport is not ready, loop back to repick")
		resolver_wrapper.go#L112: 	channelz.Info(logger, ccr.cc.channelz, "Closing the name resolver")
		resolver_wrapper.go#L157: 	channelz.Warningf(logger, ccr.cc.channelz, "ccResolverWrapper: reporting error to cc: %v", err)
		resolver_wrapper.go#L191: 	if !logger.V(0) && !channelz.IsOn() {
		resolver_wrapper.go#L211: 	channelz.Infof(logger, ccr.cc.channelz, "Resolver state updated: %s (%v)", pretty.ToJSON(s), strings.Join(updates, "; "))
		server.go#L95: var logger = grpclog.Component("core")
		server.go#L339: 		logger.Warning("Adjusting keepalive ping interval to minimum period of 1s")
		server.go#L545: 			logger.Error("ignoring nil parameter in grpc.StatsHandler ServerOption")
		server.go#L734: 	channelz.Info(logger, s.channelz, "Server created")
		server.go#L775: 			logger.Fatalf("grpc: Server.RegisterService found the handler of type %v that does not satisfy %v", st, ht)
		server.go#L786: 		logger.Fatalf("grpc: Server.RegisterService after Server.Serve for %q", sd.ServiceName)
		server.go#L789: 		logger.Fatalf("grpc: Server.RegisterService found duplicate service registration for %q", sd.ServiceName)
		server.go#L866: 	channelz.Info(logger, l.channelz, "ListenSocket deleted")
		server.go#L930: 	channelz.Info(logger, ls.channelz, "ListenSocket created")
		server.go#L1043: 				channelz.Info(logger, s.channelz, "grpc: Server.Serve failed to create ServerTransport: ", err)
		server.go#L1191: 		channelz.Error(logger, s.channelz, "grpc: server failed to encode response: ", err)
		server.go#L1198: 		channelz.Error(logger, s.channelz, "grpc: server failed to compress response: ", err)
		server.go#L1402: 			channelz.Warningf(logger, s.channelz, "grpc: Server.processUnaryRPC failed to write status: %v", e)
		server.go#L1457: 			channelz.Warningf(logger, s.channelz, "grpc: Server.processUnaryRPC failed to write status: %v", e)
		server.go#L1497: 				channelz.Warningf(logger, s.channelz, "grpc: Server.processUnaryRPC failed to write status: %v", e)
		server.go#L1793: 		channelz.Warningf(logger, s.channelz, "grpc: Server.handleStream failed to write status: %v", err)
		server.go#L1886: 		channelz.Warningf(logger, s.channelz, "grpc: Server.handleStream failed to write status: %v", err)
		server.go#L2038: 		logger.Warningf("Unsupported codec %q. Defaulting to %q for now. This will start to fail in future releases.", contentSubtype, proto.Name)
		service_config.go#L179: 		logger.Warningf("grpc: unmarshalling service config %s: %v", js, err)
		service_config.go#L226: 			logger.Warningf("grpc: unmarshalling service config %s: %v", js, err)
		service_config.go#L246: 				logger.Warningf("grpc: error unmarshalling service config %s due to methodConfig[%d]: %v", js, i, err)
		service_config.go#L252: 				logger.Warningf("grpc: error unmarshalling service config %s due to methodConfig[%d]: %v", js, i, err)
		stream.go#L723: 				channelz.Infof(logger, cs.cc.channelz, "Server retry pushback specified to abort (%q).", sps[0])
		stream.go#L729: 			channelz.Warningf(logger, cs.cc.channelz, "Server retry pushback specified multiple values (%q); not retrying.", sps)
		stream.go#L1706: 		logger.Errorf("stream: failed to validate md when setting trailer, err: %v", err)